home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000273_news@columbia.edu _Tue Mar 26 13:43:00 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id NAA12509 for <kermit.misc@watsun>; Tue, 26 Mar 1996 13:42:59 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id NAA24567 for kermit.misc@watsun; Tue, 26 Mar 1996 13:42:56 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: lines on the screen
  8. Date: 26 Mar 1996 18:42:35 GMT
  9. Organization: Columbia University
  10. Lines: 18
  11. Message-ID: <4j9dqr$nvf@apakabar.cc.columbia.edu>
  12. References: <ggonter-2503962248480001@vtr-sta106.ramp.together.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <ggonter-2503962248480001@vtr-sta106.ramp.together.net>,
  16. Geof Gonter <ggonter@together.net> wrote:
  17. : The company for which I work just added a Digital Open VMS system. We are
  18. : using Kermit, with our Intel powered MSDOS units as workstations. We are
  19. : using Kermit V3.14. One, a 286 (12 Mhz, with 640K RAM) with a 12"
  20. : monochrome monitor (utilizing a Hercules video card) has some problems as
  21. : soon as you issue the "Connect" command. Before you connect with the
  22. : digital, about 22 lines appear horizontally across the screen. I have
  23. : scoured the suggested manual, reconfigured the monitor inputs, and read
  24. : the "Read Me" Docs. But, I either missed the answer or it is something not
  25. : associated with Kermit. Is there anyone that can offer me some
  26. : enlightenment on this? I appreciate it and thank you.
  27. Try this:
  28.  
  29.   set terminal color 0
  30.  
  31. - Frank